Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates and improvements. #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jacekk
Copy link

@jacekk jacekk commented Oct 23, 2014

Updated bower.json to require jQuery v1.11.1
Improved clean (gulp) task and adjusted demo page.

@@ -82,7 +82,7 @@
$(function () {
$.scrollUp({
animation: 'slide',
activeOverlay: '#00FFFF'
activeOverlay: '#00FFFF',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commas aren't really needed here and the above case.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who said these are required? I prefer to put comma after the last element, in case I would like to add another line. I think, I've made this (tiny) change automatically. Since it has no impact on the behavior, is this conversation needed?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is needed. Useless changes are useless.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But those two commas are only a tiny part of the whole PR. Unless the author says to remove them, EOT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants